home *** CD-ROM | disk | FTP | other *** search
/ Science Kit & Boreal Lab…Order Assistant Plus 2001 / 2001 Order Assis.iso / pc / Fun Stuff / PC / BioQuiz.exe / scripts / DefineSprite_111 / frame_11 / DoAction.as
Encoding:
Text File  |  2000-12-11  |  623 b   |  19 lines

  1. if("4" >= eval("/:CurrentQuestion"))
  2. {
  3.    setProperty("/A", _visible, "1");
  4.    setProperty("/B", _visible, "1");
  5.    setProperty("/C", _visible, "1");
  6.    tellTarget("/Points")
  7.    {
  8.       gotoAndPlay(1);
  9.    }
  10.    tellTarget("/QuestionIndicators")
  11.    {
  12.       gotoAndStop("Question" add eval("/:CurrentQuestion"));
  13.    }
  14.    set("/:Question",eval("Q" add eval("/:CurrentQuestion") add "_Question"));
  15.    set("/:AnswerA",eval("Q" add eval("/:CurrentQuestion") add "_A"));
  16.    set("/:AnswerB",eval("Q" add eval("/:CurrentQuestion") add "_B"));
  17.    set("/:AnswerC",eval("Q" add eval("/:CurrentQuestion") add "_C"));
  18. }
  19.